VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / MetadataNodeCollection<T> Class / CanContains<TNode>() Method
Syntax Requirements SeeAlso
In This Topic
CanContains<TNode>() Method (MetadataNodeCollection<T>)
In This Topic
Determines whether this metadata node can contain metadata node of type T
Type of metadata node.
.
Syntax
'Declaration

Public Overrides Function CanContains<TNode
Type of metadata node.
>() As Boolean (Of TNode
Type of metadata node.
As MetadataNode)
public override bool CanContains<TNode>()
where TNode: MetadataNode

Type Parameters

TNode
Type of metadata node.

Return Value

True if this metadata node can contain metadata node of type T; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also